home *** CD-ROM | disk | FTP | other *** search
- // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 3
- // *****************************************
- // This scene illustrates the following lens effects:
- //
- // LEFT: "Diamond" - a purple lens flare with diamond-shaped spots
- // TOP-RIGHT: "SoftGlow" - a warm lens flare with a soft glow and spots
- // LOWER-RIGHT: "Undersea" - a green lens effect with many rays and
- // a cross shaped streak
-
- #declare effect_location = <-3, 0, 7>
- #declare effect_type = "Diamond" #include "LENS.INC"
-
- #declare effect_location = <3, 3, 10>
- #declare effect_type = "SoftGlow" #include "LENS.INC"
-
- #declare effect_location = <1, -2, 8>
- #declare effect_type = "Undersea" #include "LENS.INC"
-